home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / byte0387.arc / EDGINTON.ARC / LIST3.TXT < prev    next >
Text File  |  1986-07-16  |  248b  |  14 lines

  1.  
  2. main()
  3. {
  4. 0000             PUSH  BP
  5. 0001             MOV   BP,SP
  6. 0003  install(); CALL  install
  7. 0006  cpush();   CALL  cpush
  8.       printf("Hello world\n");
  9. 0012  cpop();    CALL  cpop
  10. 0015             POP   BP
  11. 0016             RET
  12. }
  13.  
  14.